Skip to content

Change SBT detector graph parser library to support newer versions #1431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 22, 2025

Conversation

devmehtabd
Copy link
Contributor

The old library we were using for parsing .dot files was archived and not able to parse graph parsers from sbt package manager version 1.5.4 and above. This PR aims to substitute the library, to use a new third party library which behaves in the same way the old library does and is updated regularly for new changes in SBT package manager. The new library creates a linked list for each node in the library and its dependencies. We parse linked list to get dependency and node label information. The old library dependency cannot be removed since Bitbake detector also uses it.

@devmehtabd devmehtabd merged commit 0632a95 into master May 22, 2025
@devmehtabd devmehtabd deleted the dev/devm/sbt-library-update branch May 22, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants